home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Material Dictionary 27: Machines & Gears
/
Material Dictionary 27: Machines & Gears.iso
/
mac
/
SOZAI27
/
SOZAI.EXE
/
SOZAI.dxr
/
00005_ţţ.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-14
|
324 b
|
15 lines
on mouseDown
set cn to the castNum of sprite the clickOn
set the castNum of sprite the clickOn to cn + 1
updateStage()
pagedown()
repeat while the stillDown
if rollOver(the clickOn) then
pagedown()
end if
end repeat
set the castNum of sprite the clickOn to cn
updateStage()
indicateoff()
end